* time-stamp.el (time-stamp-time-zone): Add safe-local-variable property.
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 3 Jan 2008 06:44:43 +0000 (06:44 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 3 Jan 2008 06:44:43 +0000 (06:44 +0000)
lisp/time-stamp.el

index 7316e6db75a3794e4667db0de1ff8770147e00cc..82a523103699c5b5d624a22ee3ef2e619db4d34d 100644 (file)
@@ -128,7 +128,7 @@ Format is the same as that used by the environment variable TZ on your system."
   :type '(choice (const nil) string)
   :group 'time-stamp
   :version "20.1")
-
+;;;###autoload(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
 
 ;;; Do not change time-stamp-line-limit, time-stamp-start,
 ;;; time-stamp-end, time-stamp-pattern, time-stamp-inserts-lines,